home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Source / Amiga / Python_netlib / fib.c < prev    next >
C/C++ Source or Header  |  1994-09-29  |  390b  |  15 lines

  1. RCS_ID_C="$Id: fib.c,v 4.1 1994/09/29 23:09:02 jraja Exp $";
  2. /*
  3.  *      fib.c - common fib buffer for stat() and chown()
  4.  *
  5.  *      Copyright © 1994 AmiTCP/IP Group, 
  6.  *                       Network Solutions Development Inc.
  7.  *                       All rights reserved.
  8.  */
  9.  
  10. /* DOS 3.0 and MuFS extensions to file info block */
  11. #include "fibex.h"
  12.  
  13. struct FileInfoBlock __dostat_fib[1];
  14.  
  15.